home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 3 / Windows 6-Pak (InfoMagic) (Disc 3) (1999).ISO / Misc-Servers / lanident.exe / readme.txt < prev   
Text File  |  1998-10-04  |  9KB  |  256 lines

  1. -----------------------------------------------------------
  2. LANident Server
  3. Copyright (C) 1998 Mark F Hedges
  4. Wacky Zany Crazy Productions
  5. -----------------------------------------------------------
  6. Quick README for...
  7.  
  8.    ╗ Remote Administration of the LANident Server
  9.    ╗ ACS & IPS files
  10.    ╗ LANident Server Response Messages (and what they mean)
  11. -----------------------------------------------------------
  12. This readme covers some basics about how the ACS and IPS
  13. files work, and what each LANident Server response
  14. message means.
  15. -----------------------------------------------------------
  16.  
  17. --------------------------------------------
  18. Remote Administration of the LANident Server
  19. --------------------------------------------
  20.  
  21. This is a new feature available in version 1.10.3000.  By setting an administration
  22. password and using the LANident Client, you can make the server program do
  23. 5 basic things:-
  24.  
  25.    * Shut Down
  26.    * Restart
  27.    * Hide its main dialog window
  28.    * Unhide its main dialog window
  29.    * Disable the UDP port (stop any further client requests from being accepted)
  30.  
  31. This feature has been added since there was no way of getting the main window back
  32. once it had been made invisible.  Also, you can now sit at a remote computer on your LAN
  33. and remotely alter the lanis.ini file using a text editor.  Then for the new settings
  34. to take effect, you can make the LANident Server restart itself!  I think it's a pretty
  35. cool idea - any comments? :)
  36.  
  37.  
  38. ------------
  39. The IPS file
  40. ------------
  41.  
  42. The IPS file stores a list of IP addresses the ident server will accept when attempted
  43. connections are made to its TCP listening port.  All you need do is create a text
  44. file (called lanis.ips) like this:
  45.  
  46. ----- START OF TEXT FILE -----
  47. 192.168.1.2
  48. 192.168.1.3
  49. 207.12.34.66
  50. 193.89.77.67
  51. ----- END OF TEXT FILE -----
  52.  
  53. YOU CAN NO LONGER LIST THE IP NUMBERS LIKE THIS:
  54. (as was the case with 1.10.2000)
  55.  
  56. ----- START OF TEXT FILE -----
  57. 192.168.1.2,192.168.1.3,207.12.34.66,193.89.77.67
  58. ----- END OF TEXT FILE -----
  59.  
  60. Any other attempted connections of IP addresses NOT listed in the IPS file will be
  61. rejected by the ident server.
  62.  
  63. Using the built in IPS file editor in the program, you can quickly add IP addresses,
  64. edit the list, remove IP addresses, erase and save the IP Address List.
  65.  
  66.  
  67. ------------
  68. The ACS file
  69. ------------
  70.  
  71. The ACS file stores the accounts for all users on your LAN.  Each line of the text file
  72. should contain something in this form:
  73.  
  74. <userid>=<ip addresses>:<system>:<password>
  75.  
  76. You MUST make sure each line of the text file has carridge return line feed characters
  77. after it.  Using the built in ACS file editor in the program, you can quickly add accounts,
  78. edit the list, remove accounts, erase and save the Account List.
  79.  
  80. An example ACS text file would be this:
  81.  
  82. ----- START OF TEXT FILE -----
  83. WZC=192.168.1.2:WINNT:openaccess
  84. guest=::
  85. Admin=::specialpassword
  86. server=192.168.1.1::
  87. multi=192.168.1.2,192.168.1.3:WIN98:cool
  88. ----- END OF TEXT FILE -----
  89.  
  90. In the above, the user WZC can only activate the ident server remotely if he/she
  91. specifies the correct password, and is activating it from a machine with IP address
  92. 192.168.1.2.  Regardless of what system he/she specifies, the LANident Server will set
  93. his/her system to WINNT.
  94.  
  95. The user guest on the other hand has no password, no specific system and no specific
  96. IP address.  This means the account can be activated by anyone on any computer.  Since
  97. the system is "blank", it must be specified at the client side.
  98.  
  99. The user Admin can activate the ident server from any computer, provided he/she knows
  100. the password.  The system must be specified at the client side.
  101.  
  102. The user server can only activate the ident server from the machine with IP address
  103. 192.168.1.1 - no password required, system must be specified at client side.
  104.  
  105. The user multi can activate the ident server from either a machine with IP address
  106. 192.168.1.2 or 192.168.1.3 (with password cool).  The system does not need to be
  107. specified at the client side since it is set to WIN98.
  108.  
  109. Note that all User IDs are CASE SENSITIVE!!!  WZC is not the same as wzc.
  110.  
  111.  
  112. -----------------------------------------------
  113. LANident Server Response Messages (and what they mean)
  114. -----------------------------------------------
  115.  
  116. 1) The first messags you might get:
  117.  
  118. LANident PING packet sent to 192.168.1.1:113
  119. Awaiting reply...
  120.  
  121. OR
  122.  
  123. LANident RC packet sent to 192.168.1.1:113
  124. Awaiting response...
  125.  
  126. This is NOT a LANident Server responce so to speak - it is simply
  127. the client letting you know it's sent a UDP packet to the server :)
  128.  
  129. Either way, if you persistantly see this message for any great
  130. length of time, there could be 5 things at fault :)
  131.  
  132. a) The HOSTNAME or IP ADDRESS of the LANident Server is incorrect.
  133. b) The PORT that the LANident Server listens on is incorrect.
  134. c) The password for access to the LANident Server is incorrect.
  135. d) You have NOT enabled the LANident Server to accept UDP packets from LANident Client
  136. e) You have not specified the correct "LAN IP address match" string (eg. "192.168").
  137.  
  138. I can't really help you much if you keep getting this message.
  139. It is just common sense :)
  140.  
  141. ----------------------------------------------
  142. If you get past the above problem, READ ON! :)
  143. ----------------------------------------------
  144.  
  145. 2) PONG: LANident Server Version 1.10
  146.  
  147. You'll receive a message like this if you successfully
  148. pinged the server.
  149.  
  150. ----------------------------------------------
  151.  
  152. 3) RC OK: Ident Server disabled
  153.  
  154. You'll recieve this message if you don't use the account
  155. list, and either specify a blank User ID or System setting.
  156.  
  157. ----------------------------------------------
  158.  
  159. 4) RC ERROR: Ident Server has been manually enabled
  160.  
  161. You'll get this message if you have manually enabled the
  162. ident server -=>AND<=- specified NO TIME for how long the
  163. ident server should remain active once it has been remotely
  164. enabled.
  165.  
  166. ----------------------------------------------
  167.  
  168. 5) RC ERROR: Ident Server is permanently enabled
  169.  
  170. You'll get this message if the ident server is permanently enabled.
  171.  
  172. ----------------------------------------------
  173.  
  174. 6) RC ERROR: Ident Server has no listening port specified
  175.  
  176. This message will appear if you have specified no TCP listening port
  177. for the ident server.
  178.  
  179. ----------------------------------------------
  180.  
  181. 7) RC ERROR: Ident Server is unable to listen on port 113
  182.  
  183. This means that the ident server can't open up port 113 to listen
  184. on it.  Oh dear! :)  What can I say? :D
  185.  
  186. ----------------------------------------------
  187.  
  188. 8) RC OK: Ident Server enabled for 30 seconds
  189.    USER ID: WZC
  190.    SYSTEM: UNIX
  191.    PORT: 113
  192.    TIMEOUT: 3 seconds
  193.  
  194. This tells you the ident server has been activated for 30 seconds etc etc.
  195.  
  196. ----------------------------------------------
  197.  
  198. 9) RC OK: Waiting for ident request.
  199.  
  200. Means the ident server has been remotely activated and is waiting to
  201. service and ident request.
  202.  
  203. -----------------------------------------------------------------
  204. The following responses will only occur if you use an account list
  205. -----------------------------------------------------------------
  206.  
  207. 9) RC ERROR: No User ID specified
  208.  
  209. You didn't specify a User ID.
  210.  
  211. -----------------------------------------------------------------
  212.  
  213. 10) RC ERROR: Unrecognised User ID
  214.  
  215. The User ID you specified is not recognised
  216. (ie. does not exist in the account list).
  217.  
  218. -----------------------------------------------------------------
  219.  
  220. 11) RC ERROR: Bad password
  221.  
  222. You specified a bad password for the LANident Server account (User ID).
  223. This message does not mean you have specified a bad SERVER password!
  224. If that were the case, you would receive no responce from the server!
  225. (see the very 1st msg at the start of this section).
  226.  
  227. -----------------------------------------------------------------
  228.  
  229. 12) RC ERROR: No System specified
  230.  
  231. You specified no System when trying to activate the server.
  232.  
  233. -----------------------------------------------------------------
  234.  
  235. 13) RC ERROR: Bad IP address
  236.  
  237. The IP address of the computer you are using does not match the
  238. address(es) in your account.
  239.  
  240. -----------------------------------------------------------------
  241.  
  242. 14) RC ERROR: Bad account
  243.  
  244. Your account record is invalid.  It must be in the form:
  245.  
  246. <userid>=<ip addresses>:<system>:<password>
  247.  
  248. -----------------------------------------------------------------
  249.  
  250. If you have any more queries about LANident, please email me: wzc@bigfoot.com
  251. Though, I hope I've managed to explain things clearly in this text file.
  252.  
  253. Regards...
  254.  
  255. Mark :)
  256.